More additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 07:25:29 +0000 (07:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 07:25:29 +0000 (07:25 +0000)
svn path=/trunk/; revision=21996

gtk/gtkstyle.c

index 69f3451118cdcaea91293fcc5049af10c81bdb50..36b56b2b445937eb95ce4a8293bd915c9dd804a4 100644 (file)
@@ -821,8 +821,10 @@ gtk_style_detach (GtkStyle *style)
  * @style: a #GtkStyle.
  * @returns: @style.
  *
+ * Increase the reference count of @style.
+ * 
  * Deprecated: 2.0: use g_object_ref() instead.
- **/
+ */
 GtkStyle*
 gtk_style_ref (GtkStyle *style)
 {
@@ -833,8 +835,10 @@ gtk_style_ref (GtkStyle *style)
  * gtk_style_unref:
  * @style: a #GtkStyle.
  *
+ * Decrease the reference count of @style.
+ * 
  * Deprecated: 2.0: use g_object_unref() instead.
- **/
+ */
 void
 gtk_style_unref (GtkStyle *style)
 {